home *** CD-ROM | disk | FTP | other *** search
/ Atari Forever 4 / Atari Forever 4 / Atari Forever 4.iso / SERIE_AI / AI_017 / INTERNET.TOS / SOFTWARE / LPRSR / TSTWR.PRJ < prev    next >
Encoding:
Text File  |  1993-03-03  |  468 b   |  18 lines

  1. ;>>>>>>> DEFAULT.PRJ for use with single module programs <<<<<<<<
  2.  
  3. tstwr.prg                  ; name of executable program is topmost window
  4. .C [ -Y ]
  5. .L [ -L -Y ]
  6. .S [ -Y ]
  7. =                  ; list of modules follows...
  8.  
  9. PCSTART.O          ; startup code
  10.  
  11. tstwr.c
  12. tstwrt.s
  13. PCSTDLIB.LIB       ; standard library
  14.  
  15. PCEXTLIB.LIB       ; extended library
  16. PCTOSLIB.LIB       ; TOS library
  17.  
  18. ;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<